Show smoke test in test reports#93
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
|
Why failed test doesn't fail a workflow? |
tests.yml in the cicd repo has |
|
retriggered tests to check if works with updated workflow after merge eclipse-score/cicd-workflows#68 |
PiotrKorkus
left a comment
There was a problem hiding this comment.
workflow failed because it is triggered on pull_request_target which takes workflow file from main branch and the called workflow from cicd-workflows repo has already been merged.
LGTM
Partially fixes #92 so that the test shows up as failed. Another PR to the cicd repo is needed to make it actually pass